body
{
    padding: 0px;
    margin: 0px;
}

.aboutposition1
{
width: 40px;
position: fixed;
right: 0px;
bottom: 0px;
padding-bottom: 5px;
padding-right: 5px;
}

.fexd1
{
    color: white;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    padding: 10px;
    font-size: 15px;
    background-color: rgb(56, 53, 53);
    transition: 1s;
}
.aboutposition1 a :hover
{
    color: green;
    transition: 1s;
}


.aboutposition2
{
    background-color: rgb(138, 108, 71);
    width: 40px;
    height: 80px;
    position: fixed;
    right: 0px;
    top: 200px;
    border: 1px solid rgb(138, 108, 71);
    border-radius: 5px;
    margin-right: -2px;
    text-align: center;
    font-size: 20px;
}
.fexd2
{
    padding: 10px 0px;
    transition: 2s;
}
.aboutposition2 a
{
    color: black;
}
.aboutposition2 a :hover
{
    color: antiquewhite;
    transition: 2s;
}

.aboutsection1 .navleft img
{
 padding-left:  80px;
 width: 13%;
 float: left;

}
.aboutsection1 .navbar
{
   background-color: rgb(243, 242, 242);
    width: 100%;
    position: fixed;
    padding-top: 15px ;
}
 .aboutsection1 .navright li
{
    font-size:20px ;
    color: rgb(12, 12, 12);
    float: right;
    padding-right: 30px;
    font-weight: 50;
    
}

 .aboutsection1 .navright ul
{
    list-style: none;
}
.aboutsection1 .navright
{
    padding-right: 50px;
}
.aboutsection1 .navright li:hover
{
    color:rgb(241, 187, 168);
}

.clr
{
    clear: both;
}
.aboutsection2
{
    height: 35vh;
    background-image: url(imge/2.jpg);
    background-size: cover;
    background-position: center center ;
    margin-bottom: 30px;
    padding-top: 60px;
}
.aboutsection2 div
{
    text-align: center;
    padding-top: 10px ;
    color: white;
}
.aboutsection2 h2
{
    font-size: 55px;
    font-weight: 20;
}
.kk
{
    font-size:large;
}
.aboutsection2 a
{
    color: rgb(219, 215, 215);
    text-decoration: none;
}
.aboutsection2 .ll :hover
{
    color: rgb(255, 255, 255);
}

.aboutsection4
{
    padding-bottom: 40px;
    font-weight: 20;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.aboutsection4 .linecenter
{
    width: 50;
    box-sizing: border-box;
    padding: 32px;
    font-size: 15px;
    background-color:white;
    transition: 1.5s;
}
.aboutsection4 .linecenter:hover
{
    background-color: rgb(212, 197, 167);
    transition: 1s;
}

.aboutsection4 .center
{
    display: flex;
    margin: 0px 15px;
}


.aboutsection4 .linebottom
{
    width: 50%;
    box-sizing: border-box;
    padding: 32px;
    font-size: 15px;
    background-color:white;

}
.aboutsection4 .linebottom:hover
{
    transition: 1s;
    background-color: rgb(212, 197, 167);

}

.aboutsection4 .bottom
{
    display: flex;
    margin: 0px 15px;
}
.aboutsection4 h2
{
    font-family: noe;
    font-size: 18px;
    font-weight: 10;
}
.aboutsection4 .offer
{
    color: rgb(121, 126, 124);
    padding-left:230px ;
}


.iconlink
{
text-decoration: none;
transition: 2s;
color: rgb(148, 142, 134);

}
.iconlink:hover
{
    color: white;
    transition: 2s;
}


.section5
{
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: rgb(39, 34, 34);

}
.iconfooter
{
    color: bisque;
    border: solid bisque 1px ;
    border-radius: 50%;
    padding: 13px;
    background-color: rgb(56, 53, 53);
    transition: 2s;


}
.iconsection5
{
    box-sizing: border-box;
    padding-top: 10px;
}
.icon5
{
    box-sizing: border-box;
    padding: 5px;
}
.section5 p
{
    color: rgb(148, 142, 134);
}
.iconsection5 a :hover
{
    color: blue;
    transition: 2s;
}

.toggle-btns {
    display: none;
    cursor: pointer;
    font-size: 28px;
    padding: 0px 25px;
    z-index: 1000;
}

#closeBtn {
    display: none;
}

@media screen and (min-width:0px) and (max-width:599px) 
{
    .aboutsection1 .navbar
    {
        padding:0px;
    }
    .navbar {
        position: relative;
        /* height: 60px; */
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px;
    }

    .navright {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 50vh;
        background-color: #f8f8f8;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* z-index: 999; */
    }

    .navright.active {
        display: flex;
    }

    .navright ul {
        display: flex;
        flex-direction: column;
        gap: 25px;
        list-style: none;
        padding: 0;
        margin: 0;
        align-items: center;
    }

    .navright li {
        font-size: 22px;
        padding: 10px 20px;
    }

    /* لو عايز تخفي الـ a وتحط اللون جوا li */
    .navright a {
        text-decoration: none;
        color: #333;
    }

    /* زر التوجل */
    .toggle-btns {
        display: block;
        /* z-index: 1000; */
        /* فوق المينيو */
    }

    #closeBtn {
        position: fixed;
        top: 20px;
        right: 20px;
    }

    .navleft {
        width: 30%;
    }

    .aboutsection1 .navleft img {
        width: 100%;
        padding-left: 0px;
    }


    .aboutsection4 .center
    {
        display: flex;
        flex-direction: column;
        margin: 0px 15px;
    }

    .aboutsection4 .bottom
    {
        display: flex;
        flex-direction: column;
        margin: 0px 15px;
    }

    .aboutsection4 .linecenter
    {
        width: 100%;
        /* box-sizing: border-box; */
        /* padding: 32px; */
        font-size: 15px;
        background-color:white;
        transition: 1.5s;
    }
    .aboutsection4 .linebottom
    {
        width: 100%;
        /* box-sizing: border-box;
        padding: 32px; */
        font-size: 15px;
        background-color:white;

    }

    .section5 {
        margin: 0px;
        padding: 100px 0px;
    }

    .fexd1 {
        margin-bottom: 10px;
    }
}

@media screen and (min-width:600px) and (max-width:767px) 
{
    .aboutsection1 .navbar
    {
        padding: 0;
        margin-top:  0;
        padding-top: 5px;
    }
    
    .aboutsection1 .navleft
    {
       width: 25%;

    }
    .aboutsection1 .navleft img
    {
        /* margin: 0; */
        padding-left:  10px;
        text-align: center;
        width: 100%;
    }
    .aboutsection1 ul
     {
        padding: 0;
     }

     .aboutsection1 .navright
     {
        margin: 0;
        padding: 0;
        width: 70%;
        float: right;
        
    }
    .aboutsection1 .navright li
    {
        /* padding: 15px; */
        /* margin: auto; */
        font-size: 15px;
        /* padding-top:20px; */
    }
            .aboutsection4 .center
    {
        display: flex;
        flex-direction: column;
        margin: 0px 15px;
    }

    .aboutsection4 .bottom
    {
        display: flex;
        flex-direction: column;
        margin: 0px 15px;
    }

    .aboutsection4 .linecenter
    {
        width: 100%;
        /* box-sizing: border-box; */
        /* padding: 32px; */
        font-size: 15px;
        background-color:white;
        transition: 1.5s;
    }
    .aboutsection4 .linebottom
    {
        width: 100%;
        /* box-sizing: border-box;
        padding: 32px; */
        font-size: 15px;
        background-color:white;

    }

    .section5 {
        margin: 0px;
        padding: 100px 0px;
    }

    .fexd1 {
        margin-bottom: 10px;
    }


}

@media screen and (min-width:768px) and (max-width:991px) 
{
    .aboutsection1 .navbar
    {
        padding: 0;
        margin-top:  0;
        /* padding-top: 5px; */
    }
    
    .aboutsection1 .navleft
    {
       width: 25%;

    }
    .aboutsection1 .navleft img
    {
        /* margin: 0; */
        padding-left:  10px;
        /* text-align: center; */
        width: 75%;
    }
    .aboutsection1 ul
     {
        padding: 0;
     }

     .aboutsection1 .navright
     {
        margin: 0;
        padding: 0;
        width: 75%;
        float: right;
        
    }
    .aboutsection1 .navright li
    {
        /* padding: 15px; */
        /* margin: auto; */
        font-size: 15px;
        /* padding-top:20px; */
    }
    .aboutsection4 .center
    {
        display:flex;
        flex-direction:row;
        margin: 0px ;
    }

    .aboutsection4 .bottom
    {
        display:flex;
        flex-direction:row;
        margin: 0px ;
    }

    .aboutsection4 .linecenter
    {
        width: 50%;
        /* box-sizing: border-box; */
        /* padding: 32px; */
        font-size: 15px;
        background-color:white;
        transition: 1.5s;

    }
    .aboutsection4 .linebottom
    {
        width: 50%;
        /* box-sizing: border-box;
        padding: 32px; */
        font-size: 15px;
        background-color:white;
        
    }

    .section5 {
        margin: 0px;
        padding: 100px 0px;
    }

    .fexd1 {
        margin-bottom: 10px;
    }

}
